Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support custom claims in AccessToken - OKTA-326437 #518

Closed

Conversation

denysoblohin-okta
Copy link
Contributor

Changes:

  • Add claims object to accessToken

This will allow retrieving custom claims from access token.

Resolves: #458
Internal ref: https://oktainc.atlassian.net/browse/OKTA-326437

@oleksandrpravosudko-okta
Copy link
Contributor

looks good - it appears that CHANGELOG has to be updated

@codecov-io
Copy link

Codecov Report

Merging #518 (d1ba2b8) into master (6fc87ce) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #518   +/-   ##
=======================================
  Coverage   92.60%   92.61%           
=======================================
  Files          37       37           
  Lines        2070     2071    +1     
  Branches      420      420           
=======================================
+ Hits         1917     1918    +1     
  Misses        153      153           
Impacted Files Coverage Δ
lib/types/Token.ts 100.00% <ø> (ø)
lib/token.ts 96.38% <100.00%> (+<0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6fc87ce...d1ba2b8. Read the comment docs.

@denysoblohin-okta denysoblohin-okta force-pushed the add-claims-in-access-token-OKTA-326437 branch from d1ba2b8 to 51906b6 Compare November 11, 2020 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to retrieve claims on an Access Token
5 participants